-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to graphviz 2.50 to avoid compilation problems #1166
Conversation
Error when using graphviz 3 package on Windows (there is no problem on Linux):
|
The first line of graphviz 3 changelog https://gitlab.com/graphviz/graphviz/-/blob/main/CHANGELOG.md#changed-1 seems to relevant:
|
Ok, the problem with graphviz 3 has been analyized and will be fixed completly once:
For the time being, we can switch to require graphviz 2.50 |
On Linux graphviz=2.50 conflicts with other dependencies, in particular:
already fails. Probably we could stick to graphviz 2.50 only on Windows. |
Merging without review as is it a PR that fix the CI (and so that I can enjoy a weekend of green lights :D ). |
Backported to |
graphviz 4 have a breaking change that will be reverted in a following release (see #1152), so it does not make sense to try to be compatible with graphviz 4 at this moment.